Skip to content

DF-990: Update GeospatialFieldComponent to support multiple countries#1417

Merged
davidjamesstone merged 1 commit intomainfrom
feature/DF-990-geospatial-country-option-model
May 1, 2026
Merged

DF-990: Update GeospatialFieldComponent to support multiple countries#1417
davidjamesstone merged 1 commit intomainfrom
feature/DF-990-geospatial-country-option-model

Conversation

@davidjamesstone
Copy link
Copy Markdown
Contributor

@davidjamesstone davidjamesstone commented Apr 30, 2026

https://eaflood.atlassian.net/browse/DF-990

Change GeospatialField options from:

{
  options: {
    country: 'england' | 'wales' | 'northern-ireland' | 'scotland'
  }
}

to

{
  options: {
    countries: ('england' | 'wales' | 'northern-ireland' | 'scotland')[]
  }
}

In case we need to support multiple countries in the future

@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown

🧪 Acceptance Test Results

❌ Some acceptance tests failed

View Details

@davidjamesstone davidjamesstone merged commit b248e45 into main May 1, 2026
11 of 12 checks passed
@davidjamesstone davidjamesstone deleted the feature/DF-990-geospatial-country-option-model branch May 1, 2026 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants